From: Jan Djärv Date: Sat, 7 Feb 2004 12:50:00 +0000 (+0000) Subject: * positions.texi (Text Lines): Added missing end defun. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24233 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bbdca314830fd709340fa0d923a1ed21bc3389cc;p=emacs.git * positions.texi (Text Lines): Added missing end defun. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a1f2c69a814..62673f78537 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-02-07 Jan Dj,Ad(Brv + + * positions.texi (Text Lines): Added missing end defun. + 2004-02-07 Kim F. Storm * positions.texi (Text Lines): Add line-number-at-pos. diff --git a/lispref/positions.texi b/lispref/positions.texi index a0e151a1616..1dee0398050 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -414,6 +414,7 @@ Here is an example of using @code{count-lines}: This function returns the line number in the current buffer corresponding the buffer position @var{pos}. If @var{pos} is nil or omitted, the current buffer position is used. +@end defun @ignore @c ================